home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / modledrm.dir / 00058_Script_58 < prev    next >
Text File  |  1994-11-28  |  287b  |  11 lines

  1. on enterframe
  2.   -- This is where you enter back into from the hall
  3.   -- so reset cursors
  4.   global lcl,rcl,ucl,dcl
  5.   
  6.   set the cursor of sprite 1 to ucl
  7.   set the cursor of sprite 3 to rcl
  8.   set the cursor of sprite 2 to lcl 
  9.   set the cursor of sprite 8 to pnt
  10. end enterframe
  11.